Spread Silverlight Documentation
Insert Method (SeriesDataCollection<T>)


GrapeCity.Windows.SpreadSheet.Data Namespace > SeriesDataCollection<T> Class : Insert Method
The index.
The item.
Inserts the specified index.
Syntax
'Declaration
 
Public Overrides Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As T _
) 
'Usage
 
Dim instance As SeriesDataCollection(Of T)
Dim index As System.Integer
Dim item As T
 
instance.Insert(index, item)
public override void Insert( 
   System.int index,
   T item
)

Parameters

index
The index.
item
The item.
See Also

Reference

SeriesDataCollection<T> Class
SeriesDataCollection<T> Members